home *** CD-ROM | disk | FTP | other *** search
/ Hacker 7 / HACKER07.ISO / Games / mcdemo.exe / objects / object2.pak / Unnamed File 000518 < prev    next >
Text File  |  1998-04-20  |  1KB  |  30 lines

  1. FITini
  2.  
  3. //---------------------------------------------------------------------------
  4. //
  5. //                VEHICLE:        Camera Drone
  6. //
  7. //---------------------------------------------------------------------------
  8.  
  9. // This is kinda like a Vehicle Data File, but camera drones are their own type.
  10.  
  11. [ObjectClass]
  12. l ObjectTypeNum = 19
  13.  
  14. [ObjectType]
  15. st Name                         = "camdrone"        // Text string giving a descriptive name  (only 8 chars long!!)
  16. l Type                             = 43                // ID number for this mech type, whatever than means
  17. l Appearance                    = 0x0500025C        // Real Shape Now!!
  18. l Duration                        = -1                // Lasts forever = -1
  19. l MaxDamage                        = 5                    // Number of damage points before BOOM!
  20. l ExplosionObject                = 449                // Object Class Number of explosion
  21. l DestroyedObject                = -1                // Object Class Number of Destroyed shape
  22. f ExtentRadius                    = 0                    // Extent Radius in Meters
  23.  
  24. [General]
  25. f maxVelocity                    = 12.0
  26. l MaxDamage                        = 5                    // Number of damage points before BOOM!
  27. l BRValue                         = 50
  28.  
  29. FITEnd
  30.